Returns a String. Takes the key/value pairs from the specified Dictionary and formats them into a URL-encoded String.
Syntax |
|---|
|
result = HTTPSocket.EncodeFormData( Form ) |
Parameters |
|
|---|---|
|
Form |
|
Return Value |
|
|---|---|
|
Result |
|
Notes
The result can then be used in the URL to send data to a form with a GET action or as content for a POST.